The online racing simulator
Searching in All forums
(377 results)
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "prototype"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "van"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "bus"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "van"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "truck"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "van"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "van"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "truck"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "van"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "van"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "bus" now
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "bus" now Smile
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "bus" now Smile
Flame CZE
S3 licensed
Moderator
I've decided to submit this as WIP: https://www.lfs.net/forum/thread/110006-ERTAK

The drivetrain and chassis specs should be final unless an issue comes up during testing.

Most of the dashboard is unfinished and acts as a placeholder for now. There are still several holes in the 3D model which I want to fix, especially in the interior. The driver animation also might need improvements and there's no skin support yet.


Flame CZE
S3 licensed
Moderator
Quote from tankslacno :I'm also curious about the purpose of those chalk curves you can see on Oval when looking at oval turns 1 and 2. You can clearly see them when zooming picture #18 Smile

I think it's chicanes which may be used in some new alternate configs Uhmm
Flame CZE
S3 licensed
Moderator
That's because you need to be able to reach the replay controls. You can press Shift + F twice to go to hide all interface and cursor.
Flame CZE
S3 licensed
Moderator
It should be possible to use

/press less

and

/press more

since it's essentially < and > keys on the English layout.
Flame CZE
S3 licensed
Moderator
Can you add more scenery around the track to add more sense of speed?
Flame CZE
S3 licensed
Moderator
Can't wait for the extended version from Le petit baigneur Big grin

Flame CZE
S3 licensed
Moderator
v4.3.0 introduces a new API for sending messages - no more trying to remember which packet to send Smile

Send a message which will appear on the local computer only (IS_MSL):

inSim.sendLocalMessage('Local message');

Starts with a slash - send an IS_MST packet:

inSim.sendMessage('/end');

Up to 63 characters - send an IS_MST packet:

inSim.sendMessage(
'This is a message that is shorter than 64 characters exactly 63',
);

64 characters or more - send an IS_MSX packet:

inSim.sendMessage(
'This is another long message that is exactly 64 characters long!',
);

Send a message to a specific connection by their UCID (IS_MTC):

inSim.sendMessageToConnection(4, 'This is a message targeting UCID 4');

Send a message to a specific player by their PLID (IS_MTC):

inSim.sendMessageToPlayer(4, 'This is a message targeting PLID 4');

Flame CZE
S3 licensed
Moderator
In this case the answer can also be “use a library” Big grin
Flame CZE
S3 licensed
Moderator
Or you can use a darker reflection colour to reduce the amount of reflecitons
Flame CZE
S3 licensed
Moderator
That looks cool, I will try some laps around it with my stock car mod.
Flame CZE
S3 licensed
Moderator
Can you show some screenshots of the track?
Flame CZE
S3 licensed
Moderator
"Colour Type RGB but A is required" means the texture was saved without the alpha channel for transparency, but the texture cutout material property "Alpha type" is set to "Alpha".

There are two ways to fix it, depending what you want to achieve:

You want a texture with transparency

- Save the PNG file as a 32-bit image (including the alpha channel)
- The file name must end with _ALP, for example TextureName_ALP.png
- In modeller in cutout mode, the cutouts that use this texture page must have the material property "Alpha type" set to "Alpha".

You want a texture without transparency

- Save the PNG file as a 24-bit image (without the alpha channel)
- The file name must not end with _ALP, for example TextureName.png
- In Modeller in cutout mode, the cutouts that use this texture page must have the material property "Alpha type" set to "Solid".
FGED GREDG RDFGDR GSFDG